@import url('https://fonts.googleapis.com/css?family=Arsenal|Philosopher|Pontano+Sans|Molengo|Nobile|Open+Sans|Hind');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #2d2c41;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul {
    list-style-type: none;
}

a {
    color: #b63b4d;
    text-decoration: none;
}

h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

h1 a {
    color: #c12c42;
    font-size: 16px;
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li .mainlinkIcon {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #337ab7;
}

.accordion li.open .mainlinkIcon {
    color: #337ab7;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}

.submenu {
    display: none;
    background: white;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid white;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    text-decoration: none;
}

#howItWorksContainer {
    margin-bottom: 10%;
    width: 100%;
}

#howItWorksBreadcrumb {
    margin-left: 5%;
    margin-top: 450px;
    background-color: white;
    width: 30%;
    font-size: 17px;
}

#howItWorksMenu {
    padding-bottom: 400px;
    margin-left: 3%;
    margin-right: 50px;
    position: fixed;
    min-width: 250px;
    left: 3%;
}

#howItWorksArticles {
    margin-left: 400px;
    padding-bottom: 200px;
}

.indent {
    padding-left:40px;
}

.articles {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#imgSearchPlayers {
    width: 630px;
    height: auto;
    max-height: 585px;
}

#imgInvitePlayer {
    width: 550px;
    height: auto;
    max-height: 635px;
}

#imgSendMessage {
    width: 550px;
    height: auto;
    max-height: 390px;
}

#imgSearchGames {
    width: 660px;
    height: auto;
    max-height: 1755px;
}

#imgCreateGame {
    width: 610px;
    height: auto;
    max-height: 1115px;
}

#imgJoinGames {
    width: 650px;
    height: auto;
    max-height: 670px;
}

#imgShareNews {
    width: 640px;
    height: auto;
    max-height: 1765px;
}

#imgSearchTeams {
    width: 580px;
    height: auto;
    max-height: 1425px;
}

#imgJoinTeams {
    width: 575px;
    height: auto;
    max-height: 910px;
}

#imgGameScore {
    width: 670px;
    height: auto;
    max-height: 940px;
}