@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

html, body{
    height: 100%;
    min-height: 100%;
    position: relative;
}

*{
    font-family: 'Montserrat', sans-serif;
}

body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    color: #8c8c8c;
}

/* Custom styles */

#home header {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -50px;
    text-align: left;
}

header {
    margin: 10px 0;
}

header .row {
    align-items: center;
    justify-content: center;
}

#home header img{
    height: 100px;
}

header img {
    height: 60px;
}

#home nav {
    position: fixed;
    top: 50%;
    width: 100%;
}

#about {
    margin-top: 50px;
}
nav {
    margin-bottom: 25px;
}

nav .row {
    align-items: center;
    justify-content: center;
}

nav>div>div>div ul {
    padding: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li:after {
    content: " / ";
    margin: 0 15px;
    color: #81C3CC;
}

nav ul li:last-child:after {
    content: "";
    margin: 0;
}

nav a, nav a:visited {
    color: #81C3CC;
    text-transform: uppercase;
    font-size: 12px;
}

nav a:hover, nav a.active {
    color: #3B8D99;
    text-decoration: none;
}

.logo {
    margin: 0 auto 10px;
}

.logo img {
    height: 100px;
}

.bio p {
    font-size: 14px;
    margin-bottom: 0.85rem;
}

.card-deck {
    margin-bottom: 30px;
}

.card {
    padding: 0;
}

.card:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.card-img-top {
    border-bottom: 1px solid #e3e3e3;
}

.card-title {
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.card-text {
    font-size: .8rem;
}

.heading:before {
    content: '';
    height: 8px;
    width: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    background: #FADEEB;
}

.heading h1 {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.content {
    font-size: 0.8rem;
}

.content li {
    margin-bottom: 6px;
}

.content b {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

#clothes img {
    max-width: 100%;
    margin-bottom: 20px;
}

#clothes .heading {
    margin-top: 20px;
}

#clothes h1 {
    margin-bottom: 0;
    font-size: 18px;
}

#clothes h2 {
    font-size: 14px;
}

ul.list {
    margin-left: -40px;
}
ul.list li {
    display: block;
    font-size: 0.8rem;
}

ul.list li:before {
}

@media (max-width: 480px) {
}

@media (max-width: 768px) {
    .card-deck {
        margin: 0;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}