body {
    background-color: #f7e4dc;
    color: #222;
    font-family: 'Roboto', 'Noto';
    font-weight: 400;
    font-size: 1rem;
}

@font-face {
	font-family: 'Noto';
	src:url(fonts/Noto.ttf)
}

A:visited {
    text-decoration: none;
    color: #222;
}

A:link {
    text-decoration: none;
    color: #222;
}

A:active {
    text-decoration: none;
    color: #222;
}

A:hover {
    text-decoration: none;
    color: #222;
}

hr {
    border-top-color: #b68c80;
    margin-left: 20vw;
    margin-right: 20vw;
    border-top-width: 2px;
}

.btn-light {
    color: #222;
    background-color: #eee;
    border-color: #eee;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 120px;
}

.btn-light-outer {
    color: #eee;
    background-color: initial;
    border-color: #eee;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 120px;
    border-width: 2px;
}

.btn-light.dark {
    color: #eee;
    background-color: #8b6a61;
}

.brown {
    background-color: #b78b80;
    min-height: 100vh;
}

@media all and (orientation:landscape) {
    .brown {
        background: linear-gradient(90deg, rgb(3, 1, 46) 0%, rgb(99, 17, 0) 50%, rgba(0,0,0,1) 100%);
    }
}

.logo {
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 50vw;
    height: 50vw;
    padding-top: 50vh;
}

.logo.bottom {
    padding-top: 0;
    width: 22vw;
    height: 22vw;
}

@media all and (orientation:landscape) {
    .logo {
        width: 40vh;
        height: 40vh;
        padding-top: 50vh;
    }
}

.logo-text-second {
    font-size: 1rem;
    color: white;
    font-weight: 300;
}

.logo-text-second.large {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: white;
}

.slash {
    width: 100%;
    border-radius: 1rem;
    margin-top: 2rem;
    border: 4px solid #8b6a61;
}

.photo {
    background-image: url(../img/photo1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60vw;
    height: 60vw;
}

@media all and (orientation:landscape) {
    .photo {
        width: 40vh;
        height: 40vh;
    }
}

.title-text {
    color: #222;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Noto';
}

.title-text.white {
    color: white;
    font-size: 2rem;
    font-weight: 300;
    font-family: 'Noto';
}

.title-text.white.small {
    color: white;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'Noto';
}

.title-roboto {
    color: #222;
    font-size: 1.6rem;
    font-weight: 300;
}

.text-regular {
    color: #222;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 1rem;
}

.blue {
    background: linear-gradient(180deg, rgb(156, 2, 61) 0%, rgb(240, 26, 108) 100%);
    height: 100vh;
}

.title-white {
    font-size: 2rem;
    color: white;
    font-weight: 300;
}

.alert-primary {
    background-color: #b68c80;
    margin-top: 3rem;
    border-color: #b68c80;
    color: white;
    font-size: 3rem;
    font-weight: 400;
    border-radius: 1rem;
}

.alert-light {
    background-color: #faefea;
    border: none;
    border-radius: 1rem;
    color: #555;
}

.alert-light hr {
    margin-left: 1vw;
    margin-right: 1vw;
    border-color: #ebd8d3;
}

/* accordion */

.card {
    border-radius: 1rem;
    font-family: 'Roboto';
    font-size: 1.2rem;
    font-weight: 300;
}

.card-header {
    background-color: #b68c80;
    color: #ebd8d3;
    border: none;
}

.card-body {
    background-color: #c2a198;
    border: none;
    color: #eee;
}

.btn-link {
    color: #eee;
    font-family: 'Roboto';
    font-size: 1.2rem;
    font-weight: 300;
}

.btn-link:active, .btn-link:focus, .btn-link:hover {
    color: #eee!important;
    outline: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
}

.alert-dark {
    background-color: #222;
    height: 80vh;
    border: none;
    border-radius: 1rem;
}

.alert-dark hr {
    border-color: white;
}

.logo.small {
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 30vw;
    height: 30vw;
    padding-top: 30vh;
}

@media all and (orientation:landscape) {
    .logo.small {
        width: 20vh;
        height: 20vh;
        padding-top: 30vh;
    }
}

.alert-secondary {
    background-color: #f3f3f3;
    height: 80vh;
    border-radius: 1rem;
}

.alert-secondary hr {
    border-color: #222;
}