*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    transition: all 0.3s ease 0s;
    color: #1f262a;
}

h1,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

nav {
    background-color: #1f262a;
}
nav .dropdown-item:focus {
    background-color: #f1f1f1;
}

#hero {
    background-image: url("./img/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-color: #000;
    height: 100vh;
    text-align: center;
    position: relative;
}

#hero h1 {
    color: #fff;
    font-size: 3.5vw;
    text-shadow: 2px 2px 10px #000;
}
#hero .center {
    transform: translate(-50%, -30%);
}

.btn {
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    /*font-size: 18px;*/
    width: 120px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    /*text-transform: uppercase;*/
    /*font-size: 16px;*/
    transition: all 0.3s ease 0s;
}

.btn:hover {
    background-color: #0069d9;
    border-radius: 18px;
    transition: all 0.3s ease 0s;
}

.footnote {
    font-size: 12px;
}

#about-us {
    padding-top: 30px;
}
#about-us .col {
    padding: 0 20px;
}
.card-title {
    text-transform: uppercase;
}

#our-customers {
    padding-top: 20px;
}
#our-customers .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}
#our-customers h6 {
    font-size: 19px;
    font-weight: 400;
}
#advisory-committee {
    padding-top: 100px;
    padding-bottom: 20px;
}
#advisory-committee .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    border-radius: 5px;
}
#advisory-committee h6 {
    font-size: 19px;
    font-weight: 400;
}

#support {
    /*background-color: #0069D9;*/
    background-color: #1f262a;
    padding: 1px 0;
}
#support h1,
#support p,
#support li {
    color: #fff;
}
#support h1 {
    font-weight: 500;
}
#support .support-cta {
    font-weight: 600;
    text-decoration: underline;
}

/*footer {
	background-color: #1F262A;
	padding: 20px 0;
}
.footer_img {
	max-width: 130px;
	padding-bottom: 20px;
}
footer p {
	color: #fff;
}
.foot_contact_img {
	float: right;
	width: 50px;
}*/
footer {
    background-color: #1f262a;
    padding-bottom: 10px;
    padding-top: 25px;
}
footer p {
    color: #fff;
}

@media only screen and (max-width: 425px) {
    #hero {
        background-image: url("./img/hero-bg-sm.jpg?");
    }
    #hero h1 {
        font-size: 7vw;
        width: 100vw;
    }
    .btn {
        font-size: 15px;
        width: 100px;
    }
    #support h1,
    p {
        text-align: center;
    }
    #support h1 {
        font-size: 8vw;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    #hero h1 {
        font-size: 5vw;
        width: 100vw;
    }
}
@media only screen and (max-width: 768px) {
    footer {
        text-align: center;
    }
    .foot_contact_img {
        margin-right: 37vw;
        width: 35px;
    }
}
@media only screen and (min-width: 768px) {
    #our-customers {
        padding-top: 30px;
        padding-bottom: 90px;
    }
    #support {
        padding: 30px 0;
    }
    /*footer {
		padding: 50px 0;
	}*/
}
