&amp;@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}

#hero {
    background-image: url(../images/equipbuild/1x/bkgd.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#hero-content {
    justify-content: center;
    align-items: center;


	
}
#hero-logo {
    max-width: 38%;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: none;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

#carrot {
	max-width: 5%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    border: none;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
	justify-content: center;
	align-items: center;

}
#guestspeaker {
	background-color: #2D2D2D;
	
}
#conclusion {
	background-color: #0099ff;
	
}
h1 {
	font-family: anton, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
font-weight: 400;
font-style: normal;
}
h6 {
	font-family: montserrat, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 700;
}
h5 {
	font-family: montserrat, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 700;
}
h4 {
	font-family: montserrat, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 700;
}
h3  {
	font-family: montserrat, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 700;
}
h2 {
	font-family: montserrat, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 700;
}
p {
    font-family: montserrat, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 400;

}
.equip-black {
	color: #2D2D2D;
}
.equipblue {
	color: #0099ff;
}

.my-custom-btn {
    background-color: #e76205;
    border-color: #e76205;
    color: white;
}
.my-custom-btn:hover {
    background-color: #e77605;
    border-color: #e77605;
	color: white;
}